projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611a67b
)
GtkAccelLabel: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:23:35 +0000
(12:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:23:35 +0000
(12:23 -0400)
gtk/gtkaccellabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccellabel.c
b/gtk/gtkaccellabel.c
index e48933dc0506bbb0bf982514218f81f13c760519..167e6033d1dab810040e9a49f6aabe71c780e7df 100644
(file)
--- a/
gtk/gtkaccellabel.c
+++ b/
gtk/gtkaccellabel.c
@@
-100,11
+100,11
@@
enum {
struct _GtkAccelLabelPrivate
{
- guint accel_padding; /* should be style property? */
- GtkWidget *accel_widget; /* done*/
+ GtkWidget *accel_widget; /* done */
GClosure *accel_closure; /* has set function */
GtkAccelGroup *accel_group; /* set by set_accel_closure() */
gchar *accel_string; /* has set function */
+ guint accel_padding; /* should be style property? */
guint16 accel_string_width; /* seems to be private */
};